home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_1566 / frame_35 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  256 b   |  15 lines

  1. set("/Variables:PoudrePorte",true);
  2. set("/Variables:ObjetRemove",4);
  3. tellTarget("_root.Inventaire.ObjetRemove")
  4. {
  5.    play();
  6. }
  7. tellTarget("_root")
  8. {
  9.    gotoAndStop(eval("/Variables:EtatActif"));
  10. }
  11. tellTarget("_parent")
  12. {
  13.    gotoAndStop(1);
  14. }
  15.